← Index
NYTProf Performance Profile   
For /usr/share/koha/opac/cgi-bin/opac/opac-search.pl
  Run on Tue Oct 15 11:58:52 2013
Reported on Tue Oct 15 12:02:27 2013

Filename(eval 1045)[/usr/share/perl/5.10/CGI.pm:869]
StatementsExecuted 2 statements in 9µs
Eval Invoked At/usr/share/perl/5.10/CGI.pm line 869
Sibling evals1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
1116µs6µsCGI::::FIRSTKEYCGI::FIRSTKEY
Call graph for these subroutines as a Graphviz dot language file.
Line State
ments
Time
on line
Calls Time
in subs
Code
1
# spent 6µs within CGI::FIRSTKEY which was called: # once (6µs+0s) by main::RUNTIME at line 832 of CGI.pm
package CGI; sub FIRSTKEY {
212µs $_[0]->{'.iterator'}=0;
316µs $_[0]->{'.parameters'}->[$_[0]->{'.iterator'}++];
4}
5
6;